将内容替换隐藏
This commit is contained in:
@@ -2187,7 +2187,7 @@ export function ReviewSettings({
|
|||||||
>
|
>
|
||||||
<option value="none">无</option>
|
<option value="none">无</option>
|
||||||
<option value="manual">人工确认</option>
|
<option value="manual">人工确认</option>
|
||||||
<option value="replace">内容替换</option>
|
{/* <option value="replace">内容替换</option> */}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import { Outlet } from '@remix-run/react';
|
import { Outlet } from '@remix-run/react';
|
||||||
|
|
||||||
// 面包屑导航配置
|
// 面包屑导航配置
|
||||||
export const handle = {
|
// export const handle = {
|
||||||
breadcrumb: "合同模板"
|
// breadcrumb: "合同模板"
|
||||||
};
|
// };
|
||||||
|
|
||||||
export default function ContractTemplate() {
|
export default function ContractTemplate() {
|
||||||
return <Outlet />;
|
return <Outlet />;
|
||||||
|
|||||||
Reference in New Issue
Block a user